home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / UTILITY / winwash / washer.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1998-12-02  |  5KB  |  237 lines

  1. object Form3: TForm3
  2.   Left = 245
  3.   Top = 71
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select files or folders to be washed'
  7.   ClientHeight = 446
  8.   ClientWidth = 371
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 200
  23.     Top = 86
  24.     Width = 85
  25.     Height = 13
  26.     Caption = 'Files contained in:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = -119
  30.     Top = 208
  31.     Width = 96
  32.     Height = 13
  33.     Caption = 'File Name Wild Card'
  34.     Visible = False
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 75
  38.     Top = 415
  39.     Width = 101
  40.     Height = 24
  41.     Caption = 'Remove From List'
  42.     TabOrder = 3
  43.     OnClick = BitBtn1Click
  44.   end
  45.   object BitBtn2: TBitBtn
  46.     Left = 189
  47.     Top = 415
  48.     Width = 75
  49.     Height = 24
  50.     Caption = 'Done'
  51.     TabOrder = 2
  52.     OnClick = BitBtn2Click
  53.   end
  54.   object BitBtn3: TBitBtn
  55.     Left = 384
  56.     Top = 86
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Add Folder'
  60.     TabOrder = 0
  61.     OnClick = BitBtn3Click
  62.   end
  63.   object ListView1: TListView
  64.     Left = 3
  65.     Top = 320
  66.     Width = 362
  67.     Height = 89
  68.     Color = clWhite
  69.     Columns = <
  70.       item
  71.         Caption = 'Files and Paths that wil be washed:'
  72.         Width = 357
  73.       end>
  74.     TabOrder = 1
  75.     ViewStyle = vsReport
  76.   end
  77.   object Edit1: TEdit
  78.     Left = -199
  79.     Top = 82
  80.     Width = 182
  81.     Height = 21
  82.     TabOrder = 4
  83.     OnKeyPress = Edit1KeyPress
  84.   end
  85.   object Edit2: TEdit
  86.     Left = -40
  87.     Top = 256
  88.     Width = 27
  89.     Height = 21
  90.     TabOrder = 5
  91.     Text = '*.*'
  92.     Visible = False
  93.   end
  94.   object Button1: TButton
  95.     Left = -75
  96.     Top = 116
  97.     Width = 54
  98.     Height = 17
  99.     Caption = 'Note'
  100.     TabOrder = 6
  101.     OnClick = Button1Click
  102.   end
  103.   object GroupBox2: TGroupBox
  104.     Left = 0
  105.     Top = 1
  106.     Width = 369
  107.     Height = 127
  108.     Caption = 'Option 1: Select a path to be washed'
  109.     TabOrder = 7
  110.     object Label5: TLabel
  111.       Left = 8
  112.       Top = 16
  113.       Width = 25
  114.       Height = 13
  115.       Caption = 'Path:'
  116.     end
  117.     object Label4: TLabel
  118.       Left = 149
  119.       Top = 78
  120.       Width = 153
  121.       Height = 13
  122.       Caption = '(Note: Wild card example: *.chk)'
  123.     end
  124.     object Label6: TLabel
  125.       Left = 10
  126.       Top = 77
  127.       Width = 48
  128.       Height = 13
  129.       Caption = 'Wild card:'
  130.     end
  131.     object Edit4: TEdit
  132.       Left = 8
  133.       Top = 32
  134.       Width = 280
  135.       Height = 21
  136.       TabOrder = 0
  137.     end
  138.     object CheckBox1: TCheckBox
  139.       Left = 10
  140.       Top = 56
  141.       Width = 127
  142.       Height = 15
  143.       Caption = 'Include Subdirectories'
  144.       TabOrder = 1
  145.     end
  146.     object BitBtn6: TBitBtn
  147.       Left = 294
  148.       Top = 34
  149.       Width = 69
  150.       Height = 17
  151.       Caption = 'Browse'
  152.       TabOrder = 2
  153.       OnClick = BitBtn6Click
  154.     end
  155.     object BitBtn7: TBitBtn
  156.       Left = 115
  157.       Top = 98
  158.       Width = 146
  159.       Height = 24
  160.       Caption = 'Add Selected Item'
  161.       TabOrder = 3
  162.       OnClick = BitBtn7Click
  163.     end
  164.     object Edit3: TEdit
  165.       Left = 62
  166.       Top = 74
  167.       Width = 82
  168.       Height = 21
  169.       TabOrder = 4
  170.       Text = '*.*'
  171.     end
  172.   end
  173.   object GroupBox1: TGroupBox
  174.     Left = 0
  175.     Top = 130
  176.     Width = 369
  177.     Height = 186
  178.     Caption = 'Option 2: Select a file or group of files to be washed'
  179.     TabOrder = 8
  180.     object Label2: TLabel
  181.       Left = 177
  182.       Top = 20
  183.       Width = 162
  184.       Height = 13
  185.       Caption = 'D:\...\programs\working\wwasher'
  186.     end
  187.     object FileListBox1: TFileListBox
  188.       Left = 175
  189.       Top = 40
  190.       Width = 184
  191.       Height = 111
  192.       Color = clWhite
  193.       FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal]
  194.       ItemHeight = 13
  195.       MultiSelect = True
  196.       TabOrder = 0
  197.       OnDblClick = FileListBox1DblClick
  198.     end
  199.     object BitBtn4: TBitBtn
  200.       Left = 214
  201.       Top = 155
  202.       Width = 104
  203.       Height = 25
  204.       Caption = 'Add Selected File(s)'
  205.       TabOrder = 1
  206.       OnClick = BitBtn4Click
  207.     end
  208.     object DirectoryListBox1: TDirectoryListBox
  209.       Left = 12
  210.       Top = 38
  211.       Width = 158
  212.       Height = 113
  213.       Color = clWhite
  214.       FileList = FileListBox1
  215.       ItemHeight = 16
  216.       TabOrder = 2
  217.       OnClick = DirectoryListBox1Click
  218.     end
  219.     object DriveComboBox1: TDriveComboBox
  220.       Left = 12
  221.       Top = 16
  222.       Width = 109
  223.       Height = 19
  224.       DirList = DirectoryListBox1
  225.       TabOrder = 3
  226.       OnChange = DriveComboBox1Change
  227.     end
  228.   end
  229.   object AHMFolderBrowser1: TAHMFolderBrowser
  230.     BrowseCaption = 'Select path to be washed'
  231.     BrowseFlags = [bifFileSystemDirsOnly, bifStatusText]
  232.     BrowsePathLabel = False
  233.     Left = 394
  234.     Top = 66
  235.   end
  236. end
  237.